golang.org/x/tools/internal/gcimporter.iimporter.tparamIndex (field)
5 uses
	golang.org/x/tools/internal/gcimporter (current package)
		iimport.go#L229: 		tparamIndex: make(map[ident]types.Type),
		iimport.go#L387: 	tparamIndex map[ident]types.Type
		iimport.go#L653: 		r.p.tparamIndex[id] = t
		iimport.go#L986: 		if t, ok := r.p.tparamIndex[id]; ok {
		iimport.go#L992: 		return r.p.tparamIndex[id]
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)